home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 23 / 023.d81 / t.return strippe < prev    next >
Encoding:
Text File  |  1986-01-01  |  2.3 KB  |  152 lines

  1.  
  2.  
  3.            RETURN STRIPPER
  4.                  by
  5.            Stephen S. Leven
  6.  
  7. COMMODORE POWER/PLAY MAGAZINE
  8. April/May,1986
  9. p.105
  10.  
  11.   With the development of database
  12.  
  13. networks, personal computer owners
  14.  
  15. have a world of information at their
  16.  
  17. fingertips.  All you must have to
  18.  
  19. access this information is your
  20.  
  21. trusty computer and a modem.  But
  22.  
  23. when you wish to manipulate the
  24.  
  25. information (downloaded text) that
  26.  
  27. comes in over your modems on your
  28.  
  29. word processors, problems occur.
  30.  
  31.  
  32.   The problem centers around the
  33.  
  34. carriage return-- when writing on a
  35.  
  36. word processor, we usually hit RETURN
  37.  
  38. only after the end of a paragraph.
  39.  
  40. However, when text is downloaded
  41.  
  42. through a modem, there is a carriage
  43.  
  44. return at the every line.
  45.  
  46.  
  47.   When you try to read this text on a
  48.  
  49. word processor, your normal
  50.  
  51. formatting abilities are circumvented
  52.  
  53. by all of those carriage returns.
  54.  
  55. For example, most downloaded text is
  56.  
  57. 40 columns wide. Even if you set the
  58.  
  59. margins of your word processor to
  60.  
  61. print a 70 column printout from this
  62.  
  63. text, your printout would be only 40
  64.  
  65. columns wide-- because of all those
  66.  
  67. carriage returns.
  68.  
  69.  
  70.   RETURN STRIPPER bridges the gap
  71.  
  72. between downloaded text and your word
  73.  
  74. processor by editing out all carriage
  75.  
  76. returns except those at the end of
  77.  
  78. paragraphs.
  79.  
  80.  
  81.   The program assumes that the text
  82.  
  83. is meant to be single spaced, with a
  84.  
  85. double space between paragraphs.
  86.  
  87. The program reads through the file
  88.  
  89. character by character, writing those
  90.  
  91. characters (except for carriage
  92.  
  93. returns) to another file on that
  94.  
  95. disk.
  96.  
  97.  
  98.   To use RETURN STRIPPER, insert the
  99.  
  100. disk with the downloaded text file
  101.  
  102. into the drive.  There must be enough
  103.  
  104. room on the disk for another file of
  105.  
  106. the same size as the original file.
  107.  
  108.  
  109.   When prompted to enter the input
  110.  
  111. filename, enter the name of the
  112.  
  113. downloaded text file; when prompted
  114.  
  115. to enter the output filename, enter a
  116.  
  117. name, making sure that name is
  118.  
  119. different from any appearing on that
  120.  
  121. disk.
  122.  
  123.  
  124.   You have the option of printing the
  125.  
  126. file while it is being stripped of
  127.  
  128. carriage returns.  If you wish to
  129.  
  130. quit the program at any time, pressing
  131.  
  132. F7 will exit.
  133.  
  134.  
  135.   To run this program, exit Loadstar,
  136.  
  137. and type LOAD"RETURN STRIPPER",8 and
  138.  
  139. hit return.  Then type RUN and
  140.  
  141. return.  Then follow the instructions
  142.  
  143. supplied by the program.
  144.  
  145.  
  146. FILES REQUIRED:
  147.  
  148. RETURN STRIPPER
  149.  
  150. ------------<end of text>-----------
  151.  
  152.